home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / edit / Vim20src.readme < prev    next >
Encoding:
Text File  |  1993-12-30  |  1.2 KB  |  28 lines

  1. Short: Vi Improved v2.0, source for all systems
  2. Type: util/edit
  3. Uploader: mool@oce.nl
  4. Author: mool@oce.nl
  5.  
  6. Vim - Vi IMproved. A clone of the UNIX text editor Vi. Very useful for 
  7. editing programs and other plain ASCII text. Full Vi compatibility (except Q 
  8. command, you don't need it). Includes most Ex commands.
  9.  
  10. Extra features above Vi: Multilevel undo, command line history, improved 
  11. command line editing, command typeahead display, command to display yank 
  12. buffers, possibility to edit binary files, line wrapping can be switched off,
  13. file name stack, can be adjusted to understand error messages from any
  14. compiler, shows current file name in window title, on-line help, etc. 
  15.  
  16. Version 2.0, update to 1.27. Most important changes:
  17. - 'wrap' option to switch line wrapping on/off
  18. - filename completion is more like other programs and adjustable
  19. - automatic detection of CR/LF line separator
  20. - '-b' command line option to make editing binary files more easy
  21. - added abbreviation
  22. - :make command for quickly jumping to errors
  23. - MSDOS version uses bios calls for screen output, ansi.sys not needed
  24. - many small improvements
  25. - many small changes to make Vim more vi-compatible
  26.  
  27. Portability: Runs on MSDOS, Amiga and several UNIX versions.
  28.